home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRALIGNWITHITEMDIALOG / TDIRALIGNWITHITEMDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  83 lines

  1. inherited DirAlignWithItemDialog: TDirAlignWithItemDialog
  2.   Left = 452
  3.   Top = 356
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'Folder_Compare_Alignment'
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Alignment Override'
  8.   ClientHeight = 199
  9.   ClientWidth = 337
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object FindTextLbl: TUiLabel
  15.     Left = 8
  16.     Top = 8
  17.     Height = 13
  18.     Caption = '&Align left file (or folder):'
  19.     FocusControl = FindTextEdit
  20.   end
  21.   object ReplaceTextLbl: TUiLabel
  22.     Left = 8
  23.     Top = 48
  24.     Height = 13
  25.     Caption = '&with right file (or folder):'
  26.     FocusControl = ReplaceTextEdit
  27.   end
  28.   object PathMaskLbl: TUiLabel
  29.     Left = 8
  30.     Top = 122
  31.     Height = 13
  32.     Caption = '&Limit to this folder:'
  33.     FocusControl = PathMaskEdit
  34.   end
  35.   object FindTextEdit: TUiEdit
  36.     Left = 8
  37.     Top = 24
  38.     Width = 321
  39.     Height = 21
  40.     TabOrder = 0
  41.     OnChange = SomethingChangedClick
  42.   end
  43.   object ReplaceTextEdit: TUiEdit
  44.     Left = 8
  45.     Top = 64
  46.     Width = 321
  47.     Height = 21
  48.     TabOrder = 1
  49.     OnChange = SomethingChangedClick
  50.   end
  51.   object IsRegExpEdit: TUiCheckBox
  52.     Left = 8
  53.     Top = 91
  54.     Height = 17
  55.     Caption = 'Regular e&xpression'
  56.     TabOrder = 2
  57.     OnClick = SomethingChangedClick
  58.   end
  59.   object PathMaskEdit: TUiEdit
  60.     Left = 8
  61.     Top = 139
  62.     Width = 321
  63.     Height = 21
  64.     TabOrder = 3
  65.   end
  66.   object OkBtn: TUiButton
  67.     Left = 176
  68.     Top = 167
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 4
  73.   end
  74.   object CancelBtn: TUiButton
  75.     Left = 256
  76.     Top = 167
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 5
  81.   end
  82. end
  83.